home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / beyondcompare / BCompareSetup_080730.exe / {app} / BCompare.chm / default.css < prev    next >
Cascading Style Sheet File  |  2008-07-30  |  2KB  |  143 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Verdana';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_CodeExample /* Code Example */
  13. {
  14.  font-family: 'Courier New';
  15.  color: #000000;
  16. }
  17. span.f_Command /* Command */
  18. {
  19.  font-family: 'Tahoma';
  20.  font-weight: bold;
  21.  color: #333333;
  22. }
  23. span.f_Command2 /* Command2 */
  24. {
  25.  font-family: 'Tahoma';
  26.  font-weight: bold;
  27.  color: #ffffff;
  28. }
  29. span.f_Comment /* Comment */
  30. {
  31. }
  32. span.f_CourierFixed /* Courier Fixed */
  33. {
  34.  font-family: 'Courier New';
  35.  color: #000000;
  36. }
  37. span.f_Definition /* Definition */
  38. {
  39.  font-style: italic;
  40.  color: #333399;
  41. }
  42. span.f_HangingIndent /* Hanging Indent */
  43. {
  44. }
  45. span.f_Heading1 /* Heading1 */
  46. {
  47.  font-size: 18pt;
  48.  font-family: 'Lucida Sans';
  49.  font-weight: bold;
  50.  color: #ffffff;
  51. }
  52. span.f_ImageCaption /* Image Caption */
  53. {
  54.  font-size: 8pt;
  55.  font-weight: bold;
  56. }
  57. span.f_Indented /* Indented */
  58. {
  59. }
  60. span.f_IndentedCode /* Indented Code */
  61. {
  62.  font-family: 'Courier New';
  63.  color: #000000;
  64. }
  65. span.f_InternalComments /* Internal Comments */
  66. {
  67.  font-style: italic;
  68.  color: #800000;
  69. }
  70. span.f_Notes /* Notes */
  71. {
  72. }
  73. span.f_SingleSpaced /* Single Spaced */
  74. {
  75. }
  76. span.f_Subtitle /* Subtitle */
  77. {
  78.  font-weight: bold;
  79.  color: #000080;
  80. }
  81. /* Paragraph styles */
  82. p /* Normal */
  83. {
  84.  text-align: left;
  85.  text-indent: 0px;
  86.  padding: 0px 0px 0px 0px;
  87.  margin: 3px 0px 14px 0px;
  88. }
  89. .p_CodeExample /* Code Example */
  90. {
  91.  white-space: nowrap;
  92.  margin: 0px 0px 0px 0px;
  93. }
  94. .p_Command /* Command */
  95. {
  96.  margin: 0px 0px 0px 0px;
  97. }
  98. .p_Command2 /* Command2 */
  99. {
  100.  margin: 0px 0px 0px 0px;
  101. }
  102. .p_Comment /* Comment */
  103. {
  104. }
  105. .p_Definition /* Definition */
  106. {
  107. }
  108. .p_HangingIndent /* Hanging Indent */
  109. {
  110.  text-indent: -24px;
  111.  margin: 3px 0px 14px 24px;
  112. }
  113. .p_Heading1 /* Heading1 */
  114. {
  115.  margin: 10px 0px 5px 0px;
  116. }
  117. .p_ImageCaption /* Image Caption */
  118. {
  119. }
  120. .p_Indented /* Indented */
  121. {
  122.  margin: 3px 0px 14px 24px;
  123. }
  124. .p_IndentedCode /* Indented Code */
  125. {
  126.  white-space: nowrap;
  127.  margin: 0px 0px 0px 24px;
  128. }
  129. .p_InternalComments /* Internal Comments */
  130. {
  131. }
  132. .p_Notes /* Notes */
  133. {
  134. }
  135. .p_SingleSpaced /* Single Spaced */
  136. {
  137.  margin: 0px 0px 0px 0px;
  138. }
  139. .p_Subtitle /* Subtitle */
  140. {
  141.  margin: 10px 0px 14px 0px;
  142. }
  143.